home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 46 / Amiga Format CD46 (1999-10-20)(Future Publishing)(GB)[!][issue 1999-12].iso / -in_the_mag- / reader_requests / scilab / tests / addmenu.tst next >
Text File  |  1999-09-16  |  250b  |  11 lines

  1. //check button creation/destruction must be executed in window mode
  2. mode(-1)
  3. for k=1:10
  4. n=100
  5. for k=1:n,addmenu('mymenu'+string(k)),end
  6. [s,kk]=sort(rand(1,n));
  7. for k=kk,delmenu('mymenu'+string(k)),
  8. xbasc();plot2d() //to use memeory allocator
  9. end
  10. end
  11.